Welcome![Sign In][Sign Up]
Location:
Search - TCP Server JAVA

Search list

[Other Web CodeUDPClient

Description: JAVA实现的TCP通信协议的客户端源码,请与服务器源码一起运行,实现两者之间的通信,源码所在的包需要修改成自己的项目所在的包。-JAVA TCP communication protocol to achieve the client source code, please run in conjunction with the server source code, to achieve communication between the two, where the packets need to modify the source code into their own projects where the package.
Platform: | Size: 2048 | Author: | Hits:

[JSP/Javatransposition-chat-my

Description: trans position a simple java application to encrypt and decrypt the input text .client and server applet is used to implement chatting.encrypted or simple texts can be send between client and server.Tcp is used for communication
Platform: | Size: 33792 | Author: kochu | Hits:

[Internet-Networkclicntserverprogramusingtcp

Description: client server computation programin java using tcp
Platform: | Size: 5120 | Author: harsha | Hits:

[JSP/Javaiview

Description: 1,java手机视频监控,适用各种机型,只要支持java即可! 2,体系结构为:服务器端采集视频,通过adsl上网的用户,支持动态域名解析,同时支持3322希网和每步noip两种域名解析,客户端为手机,输入申请的动态域名或Ip地址均可访问自己的电脑,观看视频。 3,动态域名解析见宝贝图片 4,采用jpeg视频流方式,tcp传输,视频流流畅 5,目前测试过的机型,K608i,N72,金鹏手机,效果很好,服务器为2M的ADSL宽带-1, java mobile phone video surveillance, application of various models, as long as you can to support java! 2 architecture: server-side capture video, Internet access through the adsl users, support dynamic domain name resolution, and support every step 3322 noip hope both network and domain name resolution, the client for the phone and enter the application are dynamic domain name or Ip address can access your computer, watch the video. 3, dynamic DNS, see baby pictures 4 by way of jpeg video streams, tcp transmission, smooth video stream 5, is currently tested models, K608i, N72, Jinpeng mobile phone, works well, the server of the ADSL broadband for the 2M
Platform: | Size: 118784 | Author: challen | Hits:

[TCP/IP stackTCP_IP

Description: Java code and explanation for creating TCP/IP connection(Client Server Code)
Platform: | Size: 6144 | Author: manoj kumar | Hits:

[JSP/JavaTCPIPServer

Description: This is a java source code of TCP-IP-SERVER
Platform: | Size: 10240 | Author: manoel | Hits:

[JSP/JavaTCP_Java

Description: 用java实现TCP编程,包含服务器端程序和客户端程序。-TCP programming using java implementation, a server-side program and client program.
Platform: | Size: 1024 | Author: xia | Hits:

[ICQ-IM-Chatchat

Description: Java编写的基于TCP的客户端及服务器端可视化聊天程序,程序可单机运行,先运行服务器程序,在运行客户端程序。-Written in Java TCP-based client and server-side visual chat program, the program can be run stand-alone, first run the server program, running the client program.
Platform: | Size: 10240 | Author: isis | Hits:

[TCP/IP stackcl_sv

Description: a chat server - multiclient written in Java , based on TCP-IP tehnology
Platform: | Size: 14336 | Author: koditza | Hits:

[JSP/JavaKryoNet

Description: KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. KryoNet uses the Kryo serialization library to automatically and efficiently transfer object graphs across the network.
Platform: | Size: 967680 | Author: jingtao | Hits:

[TCP/IP stackReadWrite

Description: ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and write functions, which read priority than write operations. Every customer with a thread, the use of wait (), notify () method to achieve ‘strong reading&’This document is a typical instance of java communication, help to understand multi-threading and TCP communication mechanism.
Platform: | Size: 4096 | Author: Pengcheng Li | Hits:

[Internet-NetworkNioServer_TCP

Description: NioServer_TCP,Java NIO服务器端,使用TCP连接,客户端可以多线程并发访问。-NioServer_TCP Java NIO server side, using the TCP connection, the client can be multi-threaded concurrent access.
Platform: | Size: 25600 | Author: | Hits:

[TCP/IP stackTcpIP

Description: java客户端,服务端TCP/IP通信发送包数据测试-The Java client, server-side TCP/IP communication transmission packet data test
Platform: | Size: 15360 | Author: 张二丑 | Hits:

[JSP/JavaJavaNetworkProgramming-Source-code

Description: 《Java网络编程》第三版会为你介绍Java网络API的最新特性。本书讨论了JDK 1.4和1.5(现在已命名为J2SE 5)中所做的所有修改和增补。本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web cookie和URL缓存的支持。   《Java网络编程》不仅仅是对API的解释:它还展示了如何使用API。本书有很多示例,包含了几千行可以实际工作的代码(所有代码都可以在线获得),实现了功能完整的网络客户端和服务器。无论是希望编写特殊用途的Web服务器、安全的在线订单接收程序、简单的组播代理还是电子邮件客户端,都会找到可供学习和借用的代码。   无论你是经验丰富的网络开发人员、Java程序员新手,还是只希望对Java网络编程稍有些了解的人,都会发现《Java编程(第三版)》将成为你的书库中一个重要的部分。一旦开始使用Java网络API,只要你能想到它就能够做得到。   -The third edition of Java Network Programming "will introduce you to the latest features of Java networking APIs. This book discusses the JDK 1.4 and 1.5 (now named the J2SE 5) made ​ ​ all the changes and additions. The book is comprehensive, covering the contents of the basics from the network to the remote method invocation (RMI), book chapters related to TCP and UDP sockets, server sockets, URL and URI, multicast, and special-purpose API (such as JavaMail) and so on. The book shows how to use JSSE to write secure web applications, and explains how to use the NIO API to write ultra-high performance server. It also covers the Java Network Proxy, Web cookies, and URL cache support. "Java Network Programming" is not just the API explanation: it shows how to use the API. The book has many examples, including thousands of lines of code can actually work (all code available online), full-featured network client and server. Whether you want to write special-purpose Web server, s
Platform: | Size: 249856 | Author: Dengeven | Hits:

[Internet-Networkf

Description: java网络编程TCP通信,服务器端和客户端进行通信-java network programming TCP traffic,Server and client to communicate
Platform: | Size: 2813952 | Author: chenshanhuibb | Hits:

[Internet-NetworkDemoQQ1

Description: (1).服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过创建一个Server Socket对象来监听来自客户的连接请求,默认端口为6000,然后无限循环调用accept()方法接受客户程序的连接.-( 1). The server and client presentation by Socket interface ( TCP ) connection. In the Java uses a set of interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket, allows the preparation of web applications with relative ease. Server uses multithreading to meet the user s request, by creating a Server Socket objects to monitor from the client connection requests, the default port is 6000, then the infinite loop to call accept ( ) method to accept client connections.
Platform: | Size: 65536 | Author: ddd | Hits:

[Internet-Networktest

Description: 基于TCP和UDP的简单java Socket编程。运行时先启动Server,再启动Client,然后再Console中输入一串小写字符,系统会返回一串大写字符。-Based on a simple Java TCP and UDP Socket Programming. First start the Server, and then start the Client, and then enter a string of lowercase characters in the Console, the system will return a string of uppercase characters.
Platform: | Size: 22528 | Author: 孔荃 | Hits:

[Internet-NetworkSocketTest3

Description: SocketTest3是一个java工具套接字测试。它可以创建两个TCP和UDP客户端或服务器。它可以测试任何服务器或客户机使用TCP或UDP协议来沟通。-A java tool for socket testing. It can create both TCP and UDP client or server. It can be used to test any server or client that uses TCP or UDP protocol to communicate.
Platform: | Size: 101376 | Author: liujiaxuan | Hits:

[Ftp Clientftp4j

Description: ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下 载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j an FTP client-side Java class libraries, most of the functionality of the FTP client should have. You can ftp4j embedded in your Java applications, to transfer files (upload and download), browse directories and files on remote FTP server, create, delete, rename, move remote directories and files. ftp4j provide a variety of ways including: direct connection via TCP/IP through the FTP proxy, HTTP proxy SOCKS4/4a proxy and SOCKS5 proxy to connect through SSL secure connection to connect to a remote FTP server.
Platform: | Size: 83968 | Author: zouchungang | Hits:

[OS programmarcelog-Ding-1.6.1

Description: marcelog Ding是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。 Ding Framewrok 1.6.1,它的释放移动信号定义容器的构造,以避免Web服务器模块的SAPI(pcntl根据Web服务器的模块禁用)下运行时的有关未定义的常量的通知。-marcelog Ding is a PHP framework for dependency injection, AOP, aspect-oriented programming, a lightweight, simple and fast MVC pattern, syslog, TCP client and server-side non-blocking socket, timer, custom error , signal and exception handling, the PAGI integration, the PAMI integration, similar to the Java Spring Framework. The ding Framewrok 1.6.1, release of mobile signal defines the structure of the container in order to avoid the Web server module SAPI (pcntl according to the Web server module is disabled), the run-time undefined constant notify.
Platform: | Size: 456704 | Author: robine | Hits:
« 1 2 ... 4 5 6 7 8 910 11 »

CodeBus www.codebus.net